<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.login.digest.override">

  <require>org.nuxeo.ecm.platform.login.digest</require>

  <documentation>

    This authentication plugin processes HTTP Digest Access Authentication
    (RFC 2617).

    It requires a specific directory to be configured with
    the user manager implementation in order to stored specialized
    hashed versions of the user passwords, which RFC 2617 needs.
  

  </documentation>
  <extension point="plugin" target="org.nuxeo.ecm.platform.login.LoginPluginRegistry">
    <LoginPlugin class="org.nuxeo.ecm.ui.web.auth.digest.DigestLoginPlugin" name="DigestLoginPlugin">
      <enabled>true</enabled>
    </LoginPlugin>
  </extension>

</component>
